From 41379fe9984f6fbdfcaf247458ea67d6f9dd2d83 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Sun, 28 Sep 2025 18:50:00 +0200 Subject: [PATCH] sphinx-change-theme-to-avoid-ftbfs =================================================================== Gbp-Pq: Name sphinx-change-theme-to-avoid-ftbfs.patch --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5f26eae..1c24aa0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -122,7 +122,7 @@ else: # documentation. # -html_theme = 'sphinx_book_theme' +html_theme = 'sphinx_rtd_theme' if BUILD_TYPE == 'dita': html_theme_options = { -- 2.30.2